home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / deltmp12.zip / DELTEMPS.TXT < prev    next >
Text File  |  1995-11-04  |  5KB  |  109 lines

  1. DelTemps V1.2 -- Copyright (C) 11/2/1995  John Yeager
  2.  
  3.  
  4. DESCRIPTION:
  5. ---------------------------------------------------------------------------------------------------------
  6. DelTemps is a 16 bit DOS program that runs from the command line prompt and 
  7. scans all the logical disk drives you specify on the command line looking for
  8. files that end in extension .TMP. If found, these files are targeted for
  9. deletion.
  10.  
  11.  
  12. PROGRAM ACTION:
  13. ---------------------------------------------------------------------------------------------------------
  14. If a .TMP file is found, the program will attempt to delete the file. If
  15. the file is initially found to be *not* deletable, the file attributes are
  16. then set to NORMAL and then the program attempts to delete the file again.
  17. If at the end of this loop the program still finds the file undeletable,
  18. the program will notify you of this fact.
  19.  
  20. The above action continues until all directories on all drives have been
  21. searched.
  22.  
  23.  
  24. PROGRAM USE:
  25. ---------------------------------------------------------------------------------------------------------
  26. Use DelTemps from the DOS command line as in:
  27. C:\Deltemps C: D: E: F: H: <ret>
  28.  
  29. DelTemps can also be inserted into your autoexec.bat file so that it can be run
  30. at every boot. To use in your autoexec.bat file,  I would suggest that DelTemps
  31. be placed *after* any hard disk file integrity check utilties that you use such
  32. as, ScanDisk,  NDD, SmartCan, etc... 
  33.  
  34. - You may specify as few as 1 or as many as 26 disk drives in one
  35.   operation for DelTemps to scan.
  36. - DelTemps will work on any valid Read/Write device with a DOS recognized drive
  37.   letter,  i.e., C: G:, etc, using the standard DOS FAT filing system. 
  38. - If you enter, anything other than DelTemps C: D: etc.<ret> ,such as DelTemps ? <ret> 
  39.   you will get a synopsis of how to use this program plus registration info.
  40.  
  41. ***DelTemps will *not* run if Windows is running since Windows depends on***
  42. ***some .TMP files being opened while it is running for correct operation.***
  43.  
  44.  
  45. PROGRAM HISTORY
  46. -------------------------------------------------------------------------------------------------------
  47. Ver 1.0      3/20/95 - Initial Release
  48. Ver 1.1      3/27/95 - Check and Set file attributes to _A_NORMAL
  49.                        for a delete if needed.
  50.                      - Added Windows running detection.
  51.                      - Added Search total run time in seconds.
  52. Ver 1.2     11/2/95  - Add capability to check other drives by specfying drive
  53.                        letters on command line.
  54.                      - Added better parsing of cmd line and error checking.
  55.                      - Tweaked code for performance improvements.
  56.                      - Added code for Evaluation version of the program.
  57.  
  58.  
  59. REGISTRATION INFO
  60. ---------------------------------------------------------------------------------------------------------
  61. - This program is now Shareware and may be distributed as long as no
  62.   profit is gained from such distribution.
  63.  
  64. - This software will work unrestricted for 30 days from the date you first use
  65.   it. However,  after 30 days, DelTemps will no longer function at all.
  66.   You MUST then register the software.
  67.   (See next bulleted item.)
  68.  
  69. - If you continue to use this software you are then obligated to send in
  70.   the registration form with $7.50 in U.S. currency to:
  71.         John Yeager
  72.         444 Devon Ct
  73.         Downingtown, PA 19335
  74.   (The registration form is the file called REGISTER.TXT included in the)
  75.   ( DELTMP12.ZIP archive file. Print this out to your printer and)
  76.   ( follow the instructions on how to register.)
  77.    
  78. - Software registration qualifys you for a copy of the fully unrestricted
  79.   functioning version. Optimized flavors for the 386, 486 and Pentium CPUs
  80.   are included. Also, you receive, free future program updates and
  81.   tech support.
  82.    
  83. - Contact me on the Internet with any questions, comments, etc at:
  84.         jyeager@chesco.com
  85.  
  86.  
  87. OTHER INFO:
  88. ---------------------------------------------------------------------------------------------------------
  89. This program was coded using Watcom's C/C++ V10.5 compiler in C using the
  90. small code libraries and optimized for Pentium processors. The code has been
  91. tested to run on 386+ systems though. 
  92.  
  93.                                    DISCLAIMER
  94.  
  95.      John Yeager hereby disclaims all warranties relating to this
  96.      product, whether express or implied, including without limitation
  97.      any implied warranties of merchantability or fitness for a
  98.      particular purpose.  John Yeager cannot and will not be liable
  99.      for any special, incidental, consequential, indirect, or similar
  100.      damages due to loss of data or any other reason, even if John
  101.      Yeager or an authorized John Yeager agent has been advised of
  102.      the possibility of such damages.  The user of this program bears all
  103.      risk as to the quality and performance of the software.  Use of this
  104.      program acknowledges this disclaimer of warranty.
  105.  
  106.  
  107.  
  108.  
  109.